projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f6a1dc
)
Clarify Cursor Theme GDK Warning
author
John Ralls
<jralls@ceridwen.us>
Sun, 16 Jun 2013 16:51:04 +0000
(12:51 -0400)
committer
John Ralls
<jralls@ceridwen.us>
Sat, 28 Sep 2013 17:05:29 +0000
(10:05 -0700)
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index 4eec096ba4c815619dcf4b263193e30ba759356f..a163f17efa4dd4599f3a473a76a63cdbbb07da1f 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-2708,7
+2708,7
@@
settings_update_cursor_theme (GtkSettings *settings)
gdk_wayland_display_set_cursor_theme (display, theme, size);
else
#endif
- g_warning ("
u
nsupported GDK backend\n");
+ g_warning ("
GtkSettings Cursor Theme: U
nsupported GDK backend\n");
g_free (theme);
}